Skip to main content

InsuranceNow API (5.0.0)

InsuranceNow's RESTful API is built according to the OpenAPI specification and provides access to InsuranceNow functionality. Developers can use the API to integrate InsuranceNow with portals and other third-party systems.

Returns attachment template details

Returns attachment template details by id.

path Parameters
systemId
required
string

System identifier of the attachment template (e.g. XApplicationAttachment0001).

query Parameters
container
required
string

Container type associated with an attachment template. Valid values include Application, Claim, or Policy.

containerRef
required
string

System identifier of the container.

Responses

Response samples

Content type
application/json
{
  • "_links": [
    ],
  • "allowableFileTypes": "string",
  • "attachmentPointRequiredInd": true,
  • "categoryCd": "string",
  • "comments": "string",
  • "deactivationDt": "2019-08-24",
  • "description": "string",
  • "id": "string",
  • "name": "string",
  • "securityAttributes": {
    },
  • "tagTemplates": [
    ],
  • "taskTemplateIdRef": "string"
}